home *** CD-ROM | disk | FTP | other *** search
Makefile | 1990-01-07 | 348 b | 16 lines | [TEXT/MPS ] |
- # MakeFile - Make instructions for AsmIIGS language BoxCtrl
- #
- # Copyright Apple Computer, Inc. 1988
- # All rights reserved.
- #
- # This makefile builds:
- # The sample application: BoxCtrl
- #
-
- BoxCtrl ƒƒ BoxCtrl.aii.obj
- LinkIIGS BoxCtrl.aii.obj -o BoxCtrl
- DuplicateIIGS -y -mac BoxCtrl :
-
- BoxCtrl.aii.obj ƒ BoxCtrl.aii
- AsmIIGS BoxCtrl.aii
-